home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / comm / nt16410.zip / FAQ.TX_ / FAQ.TX
Text File  |  1997-02-10  |  18KB  |  400 lines

  1. 1.  I am having trouble defining keys in the keyboard dialog
  2.     window.  They appear to be defined correctly, but when I
  3.     start NetTerm and login to a host, they don't work.
  4.  
  5.     The problem is, when you defined the keys, the Num Lock
  6.     light on your keyboard was on.  NetTerm thought you were
  7.     defining the keys with the Num Lock modifier.  Try defining
  8.     your keys again, and make sure that the Num Lock light on
  9.     the keyboard is not on, and the green ball next to the Num
  10.     Lock status (upper right hand of the dialog box) is not set.
  11.  
  12.     If you really want to define a key with the Num Lock modifier,
  13.     then of course you can do so.  Simply left mouse click on the
  14.     Num Lock key in the dialog box.  A green ball will then be
  15.     displayed.  Now click on the key to be defined, and use the
  16.     standard procedure to define the key.  In general, you should
  17.     never define a key with the Num Lock modifier, or while online.
  18.  
  19. 2.  I am having trouble pasting text into the NetTerm window.
  20.     I am having trouble doing an ascii file transfer.
  21.  
  22.     NetTerm uses two timing values for both paste text and send
  23.     ascii files to a host.  These can be specified by selecting
  24.     the Options|Setup|Global Settings|File Transfer Tab.
  25.     Normally Delay-1 should be 20 and Delay-2 should be 200.
  26.  
  27. 3.  I can't get NetTerm to save my phone book entries.
  28.  
  29.     This normally happens when you unzip and install NetTerm in
  30.     the same directory.  You must unzip the NetTerm distribution
  31.     in a temporary directory, then install into it's permanent
  32.     directory.
  33.  
  34. 4.  Is it possible to limit the number of NetTerm sessions?
  35.  
  36.     Yes, just add the MAXINSTANCE=x keyword in the netterm.ini file
  37.     where x = the maximum number of NetTerm sessions.  The keyword
  38.     should be placed in the top portion of the netterm.ini file under
  39.     the section [TERM].
  40.  
  41. 5.  I cannot find my modem in your list of supported modems.
  42.  
  43.     Trying to keep up with all of the available modems and buying each one
  44.     for testing would be very expensive.  See FAQ 18 for the html address
  45.     of a very good source of modem setup strings.  We would also suggest
  46.     that you select the TAPI option if your systems supports it.
  47.  
  48. 6.  Will the FTP Server work with BBS's that support this feature?
  49.  
  50.     Yes, we have tried it with bbs.execpc.com and got excellent results.
  51.  
  52. 7.  Will the NetTerm zmodem file transfer work with my BBS over the
  53.     Internet?
  54.  
  55.     The hard facts are, some BBS's support the zmodem protocol fully and
  56.     some do not.  Also, it appears that some BBS's treat Internet based
  57.     zmodem requests as the lowest of low on the priorty list of things
  58.     to get done.  So much so, we have observed file transfers at 100
  59.     bytes per second!  Others can transfer files at the speed of your
  60.     logon modem baud rate.  Transfer speeds will also vary with the
  61.     number of logged in users.  It's worth the time to give it a try
  62.     if you have Internet access and normally dial long distance to your
  63.     BBS.  It could save you a lot of money if your BBS supports it.
  64.  
  65. 8.  Will NetTerm work with the Netscape WWW client?
  66.  
  67.     Yes, just define NetTerm to Netscape by using Netscape's Options,
  68.     Preferences menu.  Select the "Applications and Directories" tab.
  69.     On the line "Telnet Application", use the browse button to locate
  70.     NetTerm and you ready to telnet directly from Netscape.
  71.  
  72. 9.  How do I adjust the size of the NetTerm window?
  73.  
  74.     The size of the main window depends upon three values; the number
  75.     of rows, the number of columns and most important, the size of
  76.     the font.  In most cases, the rows and columns remain fixed at
  77.     24x80 so the font size is really what determines the overall size
  78.     of the screen.  If you have a need to just monitor a site, choose
  79.     a small font size from the font dialog box.  If you have a large
  80.     monitor, and want a really big display then just double an existing
  81.     value displayed in the font dialog box.  For example, if you are
  82.     using the font isi_oem and you see the value 10 displayed in the
  83.     font dialog box, type in 20 and you will get a large window size.
  84.     We have also found that the font Courier New, Bold provides the
  85.     largest screen size at most resolutions.
  86.  
  87.  
  88. 10. How do I get the correct international characters for my country?
  89.  
  90.     NetTerm has the ability to map both the keyboard and video with
  91.     the use of country tables.  The country table can be defined by
  92.     host, using the 'Mapping' push button within the phone directory.
  93.     A country table must be created by copying the country.ini file
  94.     to another file prefixed with the desired country name, such as
  95.     norway.ini.  Then define this mapping file to one of your hosts
  96.     and use the Options-Setup-International menu to map both the
  97.     video and keyboard sections.  The example file norway.ini contains
  98.     the following mappings:
  99.  
  100.          Video            KeyBoard Normal  KeyBoard Shifted
  101.          0x7b --> 0xe6     0x1a --> 0x7d    0x1a --> 0x5d
  102.          0x7c --> 0xf8     0x27 --> 0x7c    0x27 --> 0x5c
  103.          0x7d --> 0xe5     0x28 --> 0x7b    0x28 --> 0x5b
  104.          0x5b --> 0xc6
  105.          0x5c --> 0xd8     Note that the keyboard mapping uses
  106.          0x5d --> 0xc5     the unique Windows key scan code.
  107.  
  108.     The Options-Setup-International menu also has a global flag that
  109.     will enable/disable mapping for all hosts.
  110.  
  111.     InterSoft will accept unique country files and will include them
  112.     in the normal distribution of NetTerm.  Once you have tested out
  113.     your country file, email to the address shown in the About box.
  114.  
  115. 11. How can I print files that contain HP printer escape sequences?
  116.  
  117.     The program netsend.c should be uploaded to your host and compiled.
  118.     This program is designed to handle files with HP printer
  119.     control sequences and extremely long lines which would normally
  120.     not work correctly with the standard netprint script file.
  121.  
  122.     The SmartPrint option of "Write direct to printer port" or
  123.     "Send direct to Windows spool queue" should be chosen for
  124.     final printing (NetTerm Options-Setup-Global Settings-Printing).
  125.  
  126. 12. For the Unix WordPerfect users, from one of our clients:
  127.  
  128.     A hint:  If any other Netterm users inquire about using
  129.     your telnet with WP5.2+ for Unix, ensure they use
  130.     386CONS as the value for the environment variable
  131.     WPTERM52 when using KEYS-WORDPERFECT.  Even though they
  132.     are actually using vt100 emulation, this will ensure the
  133.     system anticipates the correct codes.
  134.  
  135. 13. The protection logic for versions 3.2.0 and higher has been
  136.     changed to allow more complete control of the toolbar, menu
  137.     items, and submenu items.  A new file named protect.ini has
  138.     been included with the NetTerm distribution which controls
  139.     the new protection logic.  This file can be located anywhere
  140.     and it's location is specified in the netterm.ini file with
  141.     the PROTECTFILE keyword.  To enable protection, set the
  142.     PROTECT keyword to a 1.  For example, to enable protection
  143.     using a protect.ini file located on D: drive in the data
  144.     directory, place the following in the netterm.ini file:
  145.  
  146.          PROTECT=1
  147.          PROTECTFILE=D:\DATA\PROTECT.INI
  148.  
  149.     The protect.ini file has three major areas.  They are:
  150.  
  151.          Toolbar Protection  - Control icons displayed on the toolbar
  152.          Menu Protection     - Controls the high level menu items
  153.          Sub menu Protection - Controls individual sub menu items
  154.  
  155.     To disable a icon, menu item or sub menu item, simply change
  156.     the value ON to OFF.  If you turn off a high level menu, it
  157.     is not necessary to turn off it's lower level menu items.
  158.  
  159. 14. Can I use the SmartButtons to select a menu item such as
  160.     Print Screen?  Yes, if you place ~99999 in the Transmitted
  161.     Key Data field (where 99999 is one of the menu item codes)
  162.     NetTerm will select that menu item.
  163.  
  164.     Refer to the table below for valid menu item codes.
  165.  
  166.     If you place a valid key definition name after the ~, NetTerm
  167.     will immediately load that key definition.  For example, placing
  168.     ~EMACS in the Transmitted Key Data field will load the key
  169.     definitions for EMACS.  This technique allows you to switch
  170.     between key definitions by just pressing the SmartButtons.
  171.     This technique normally requires at least two SmartButtons,
  172.     one for the special key definition such as EMACS and one to
  173.     return to the 'normal' definitions such as DEFAULT.
  174.  
  175.     If you place a valid html URL within a SmartButton, NetTerm
  176.     will call your user defined browser for processing.  This
  177.     works for all URL's including the ftp:// URL.
  178.  
  179.     Can I have more than just eight SmartButtons.
  180.  
  181.     Yes, you can define three sets with eight buttons each.  To
  182.     switch to another set, right mouse click anywhere on the
  183.     SmartButton toolbar.
  184.  
  185. 15. Can I use the Smartbuttons to run a script or a program?
  186.  
  187.     Yes, if you place an @ character as the first character in
  188.     the Transmitted Key Data field, NetTerm will then look at
  189.     the data following.  If it finds the value .exe in the data
  190.     string, it will start the program specified.  Command line
  191.     arguments can also be specified.  Note that the .exe must be
  192.     in lowercase.  For example:
  193.  
  194.          @notepad.exe
  195.  
  196.     If the value .exe is not found, NetTerm will then process the
  197.     string as a script file.  Note that you must be online and the
  198.     complete path to the script must be supplied.  For example:
  199.  
  200.          @\netterm\scripts\runtime.txt
  201.  
  202.  16. I can't get the modem to be silent while dialing, why not?
  203.  
  204.     NetTerm recently changed the way it sets the modem up in order
  205.     to handle some of the newer PCMCIA modems on the market.  If
  206.     your current modem setup sting looks something like:
  207.  
  208.          AT %F1 M0 S11=40 S2=128
  209.  
  210.     change it to:
  211.  
  212.          AT%F1\rATM0\rATS11=40 S2=128
  213.  
  214.     The ATM0 portion of the command is what tells the modem to be
  215.     silent.
  216.  
  217. 17. From one of our clients.  If you use the Norton program FASSINT,
  218.     watch out! It causes NetTerm and other programs to crash.
  219.  
  220.  
  221. 18. Will NetTerm work with netcom?
  222.  
  223.     The basic telnet client of NetTerm will work with the netcom TCP/IP
  224.     software, but not the zmodem or FTP server.  We are currently working
  225.     on ways to resolve this.  NetTerm will however work completely if you
  226.     use a winsock such as Trumpet instead of the normal netcom software.
  227.     We have included a script file, netcom.txt, which can be used with
  228.     Trumpet to access netcom.  Based upon our tests with netcom, the
  229.     purchase of Trumpet WinSock is a very wise investment and will make
  230.     your WWW surfing much faster and enjoyable.  You should also take a
  231.     look at http://www.webster-image.com/iis/PCsHelpPage/index.htm
  232.     for additional information.
  233.  
  234. 19. Can I use the Transparent print feature on hosts that do not support
  235.     this feature?
  236.  
  237.     Yes, we have added a new menu item under the "File" menu called
  238.     "Formatted Transparent Printing On".  This feature allows limited
  239.     control and formatting of data that is normally sent only to the
  240.     screen to be also sent to the printer using the same options that
  241.     are available to normal transparent print requests.  The following
  242.     two keywords in the netterm.ini control the formatting:
  243.  
  244.          FORMATPRINT_START=y^M
  245.          FORMATPRINT_LINES=39
  246.  
  247.     The FORMATPRINT_START keyword specifies what string should be sent
  248.     to the host to start the printout.  When the formatted transparent
  249.     print option is selected, the internal transparent print logic is
  250.     turned on and the FORMATPRINT_START string is sent to the host to
  251.     indicate that the printing should be started.  The FORMATPRINT_LINES
  252.     keyword specifies the number of lines (line feeds) that should be
  253.     processed as one page.  When this value is reached, a form feed
  254.     will be added to the printer data to force a new page.  Once the
  255.     host has completed sending all the data, the 'Transparent Printing
  256.     Off' menu item should be selected.  This will instruct NetTerm to
  257.     print the data using the options selected in the Options-Setup-
  258.     Global Settings-Printing dialog panel.
  259.  
  260.     Note that since both menu items that control this feature are menu
  261.     items, SmartButtons can be defined to start and stop the transparent
  262.     printing.  Refer to FAQ number 14.
  263.  
  264. 20. Instructions for rlogin support.
  265.  
  266.     Initial rlogin support has been added to NetTerm.  To use, set the
  267.     telnet port to 513 in the phone book and then place your host userid
  268.     in the desktop dialog panel.
  269.  
  270.  
  271. // NetTerm Menu Items
  272. // File Menu
  273. #define IDM_CONNECT                   10000
  274. #define IDM_DISCONNECT                10001
  275. #define IDM_PHONE                     10002
  276. #define IDM_BBSLIST                   10003
  277. #define IDM_SEPARTOR_10004            10004
  278. #define IDM_PRINT                     10005
  279. #define IDM_SETUP                     10006
  280. #define IDM_SPRINT                    10007
  281. #define IDM_SEPARTOR_10008            10008
  282. #define IDM_LOGPRINT                  10009
  283. #define IDM_LOGFILE                   10010
  284. #define IDM_EJECTP                    10011
  285. #define IDM_SEPARTOR_10012            10012
  286. #define IDM_TPON                      10013
  287. #define IDM_TPOFF                     10014
  288. #define IDM_STPON                     10015
  289. #define IDM_SEPARTOR_10015            10016
  290. #define IDM_EXIT                      10017
  291.  
  292. // Edit Menu
  293. #define IDM_SCB                       11001
  294. #define IDM_RCB                       11002
  295. #define IDM_SEPARTOR_11003            11003
  296. #define IDM_RESET                     11004
  297. #define IDM_ERESET                    11005
  298. #define IDM_SBREAK                    11006
  299. #define IDM_LBREAK                    11007
  300. #define IDM_AP                        11008
  301. #define IDM_SEPARTOR_11009            11009
  302. #define IDM_SAVESCREEN                11010
  303. #define IDM_CLEAR                     11011
  304. #define IDM_CLEARS                    11012
  305. #define IDM_SAVEAS                    11013
  306. #define IDM_SEPARTOR_11014            11014
  307. #define IDM_PASTEIPA                  11015
  308. #define IDM_PASTEIP                   11016
  309.  
  310. // Options Menu
  311. // Setup Main
  312. #define IDM_FONT                      12000
  313. #define IDM_SETTINGS                  12001
  314. #define IDM_ANSIC                     12002
  315. #define IDM_KB1                       12003
  316. #define IDM_DESKTOP                   12004
  317. #define IDM_DBBAR                     12005
  318. #define IDM_PIN                       12006
  319. #define IDM_SETTELNET                 12007
  320. #define IDM_SEPARTOR_12008            12008
  321. // International Video/Keyboard
  322. #define IDM_SS                        12300
  323. #define IDM_AM                        12301
  324. #define IDM_VM                        12302
  325. #define IDM_KM                        12303
  326.  
  327. // Options Tools
  328. #define IDM_FINGER                    12400
  329. #define IDM_RESOLVE                   12401
  330. #define IDM_MYIP                      12402
  331. #define IDM_FTPD                      12403
  332. #define IDM_PRINTER                   12404
  333. #define IDM_FTPC                      12405
  334. // Options Trace
  335. #define IDM_TRACE1                    12501
  336. #define IDM_TRACE2                    12502
  337.  
  338. // Send Menu
  339. #define IDM_SASCII                    906
  340. #define IDM_SKERMIT                   905
  341. #define IDM_SZMODEM                   900
  342.  
  343. // Receive Menu
  344. #define IDM_RASCII                    916
  345. #define IDM_RKERMIT                   915
  346. #define IDM_RZMODEM                   917
  347.  
  348. // Window Menu
  349. #define IDM_NEWWINDOW                 15000
  350. #define IDM_QUICK                     15001
  351. #define IDM_EDITOR                    15002
  352. #define IDM_TITLE                     15003
  353. #define IDM_SAVEXY                    15004
  354. #define IDM_SEPARTOR_15004            15005
  355. #define IDM_HOSTSTART                 15500
  356. #define IDM_HOSTEND                   15549
  357.  
  358. // Help Menu
  359. #define IDM_HELP                      16000
  360. #define IDM_SEPARTOR_16001            16001
  361. #define IDM_ORDERING                  16002
  362. #define IDM_REGISTER                  16003
  363. #define IDM_LEGAL                     16004
  364. #define IDM_SEPARTOR_16005            16005
  365. #define IDM_ABOUT                     16006
  366.  
  367. // Mouse Menu
  368. #define IDM_URL                       17000
  369. #define IDM_PSTRING1                  17001
  370. #define IDM_PSTRING2                  17002
  371. #define IDM_BBSDOOR                   17003
  372. #define IDM_SKEY                      17004
  373. #define IDM_SEPARTOR_17005            17005
  374. #define IDM_MSCB                      17006
  375. #define IDM_MRCB                      17007
  376. #define IDM_SEPARTOR_17008            17008
  377. #define IDM_MCLEAR                    17009
  378. #define IDM_MPRINT                    17010
  379. #define IDM_ESCROLL                   17011
  380. #define IDM_PSCROLL                   17012
  381. #define IDM_PRINTH                    17013
  382. #define IDM_SHOWCLIP                  17014
  383. #define IDM_SEPARTOR_17014            17015
  384. #define IDM_MRESET                    17016
  385. #define IDM_MCLEARS                   17017
  386. #define IDM_MSAVEAS                   17018
  387. #define IDM_SEPARTOR_17019            17019
  388. #define IDM_MPASTEIPA                 17020
  389. #define IDM_MPASTEIP                  17021
  390. #define IDM_SEPARTOR_17022            17022
  391. #define IDM_MSFONT                    17023
  392. #define IDM_MMFONT                    17024
  393. #define IDM_MLFONT                    17025
  394. #define IDM_SEPARTOR_17026            17026
  395. #define IDM_MSSFONT                   17027
  396. #define IDM_MSMFONT                   17028
  397. #define IDM_MSLFONT                   17029
  398. #define IDM_SEPARTOR_17030            17030
  399. #define IDM_NOOP                      17031
  400.